home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / cd32 / 364 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  41.2 KB

  1. Path: mail2news.demon.co.uk!tomonet.demon.co.uk
  2. From: Stuart Tomlinson <casper@tomonet.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.cd32,rec.games.video.cd32,comp.answers,rec.answers,news.answers
  4. Subject: Amiga CD32 Frequently Asked Questions (FAQ) - Part 2 of 2
  5. Supersedes: <cd32-faq.2.7@tomonet.demon.co.uk>
  6. Followup-To: comp.sys.amiga.cd32,rec.games.video.cd32
  7. Date: Mon, 4 Mar 96 00:19:42 GMT
  8. Approved: news-answers-request@mit.edu
  9. Expires: 5 Apr 1996 00:00:00 GMT
  10. Message-ID: <cd32-faq.2.8@tomonet.demon.co.uk>
  11. References: <cd32-faq.1.8@tomonet.demon.co.uk>
  12. Reply-To: Stu - CD32-FAQ Mailbox <cd32-faq@tomonet.demon.co.uk>
  13. Summary: Frequently Asked Questions about the Amiga CD32 - includes how to
  14.          expand the CD32 to a computer and how to use the CD32 as an external
  15.          CD-ROM drive for other computers.
  16. Keywords: commodore,cbm,c=,amiga,cd32,cd-rom,cdrom,computer,console
  17. X-NNTP-Posting-Host: tomonet.demon.co.uk
  18. Precedence: bulk
  19. X-Posting-Software: Dan's Amazing FAQ Transporter - DAFT 1.1 (04-Jun-95)
  20. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!tomonet.demon.co.uk
  21.  
  22. Archive-Name: amiga/CD32-FAQ/part2
  23. Posting-Frequency: monthly
  24. Version: $VER: CD32-FAQ 3.3 (03-Mar-96)
  25. URL: http://www.lut.fi/~veijalai/faq/CD32-FAQ.html
  26. URL: http://uptown.turnpike.net/B/blender/cd32-faq.html
  27.  
  28.  
  29.      .-------------------------------------------------------.
  30.      |  Amiga CD32 Frequently Asked Questions - Part 2 of 2  |
  31.      |-------------------------------------------------------|
  32.      | Maintained by Stuart Tomlinson            Version 3.3 |
  33.      | Email: cd32-faq@tomonet.demon.co.uk      3rd Mar 1996 |
  34.      `-------------------------------------------------------'
  35.  
  36.  
  37. [---- Expansion ------------------------------------------------------------]
  38.  
  39.  
  40.  Q:   Is it possible to use the Aminet, Fred Fish, etc... CDs without an
  41.       expanded CD32?
  42.  
  43.  A:   Yes, Maarten Ter Mors has written a step by step guide of how to do
  44.       this. It's available from aminet:/docs/misc/Aminet4_CD32.txt. There can
  45.       be problems booting from some CDs if you use an unexpanded CD32 though.
  46.       Maarten wrote:
  47.  
  48.       There was a little something I missed in the CD32 FAQ. Because of (yet
  49.       another) strange oddity in the Commodore 3.1 CDFileSystem, you can only
  50.       use CD-ROMs with a *lower* or equal ISO revision than the disc you
  51.       booted from (this is irrelevant to SX-1 users, for they are likely to
  52.       boot from harddrive or floppy).
  53.  
  54.       The Aminet 4 CD and the GoldFish CD-ROM set by Fred Fish are two
  55.       examples of discs that use a higher revision than, say, the Weird
  56.       Science Network CD. This means that you can't access the discs properly
  57.       or at all. The solution is booting from a RAD: recoverable RAM disk. I
  58.       was asked by Urban Mueller (who does a lot of the good work on the
  59.       Aminet CDs) to write a step-by-step guide to set one up.
  60.  
  61.  A:   Joop van de Wege has another answer (Aminet 5 & Communicator)...
  62.  
  63.       I haven't read the notice yet but I found out for myself how to do it
  64.       and its not a hassle. I'm just too lazy to write a small script file
  65.       to copy the 2 files and execute the mount command.
  66.  
  67.       Step 1: copy your mountlist entry CR0: to snet:ram
  68.       Step 2: copy L:amicdromfilesystem to snet:ram
  69.       Step 3: mount cr0: on the cd32 side
  70.       Step 4 and last one: start copying files from cr0: to whereever you
  71.       want them, run programs, read guide files, search for ......
  72.  
  73.  A:   And another from David Law of Weird Science (Aminet & Network CD)...
  74.  
  75.       We have found that CBM's filesystem in general does not cope too well
  76.       with the Aminet CDs. This may be due as you say to ISO revision
  77.       numbers. The easiest fix is to remount the CD drive as CD1: with
  78.       AmiCDRom filesystem and access the Aminet CD's as `CD1:` or
  79.       `Network:CD1/` with Sernet. When trying this be sure to set the 'T'
  80.       flag in the line 'Startup' of the mountlist. This will ensure that the
  81.       trackdisk device is used to access the CD drive. AmiCDRom filesystem
  82.       for some reason thinks that the CD drive is a SCSI device otherwise and
  83.       will probably crash the machine.
  84.  
  85.       The best way to do this is setup a drawer on your amiga with the
  86.       following files in. [Call it RAM:CD1 for the mount list below - Dan.]
  87.  
  88.    CD1               AmiCDRom Mountlist file.
  89.    CD1.info          An icon for the above.
  90.    cdrom-handler     The filesystem handler.
  91.    Mount             WB3.1 Mount command.
  92.  
  93.       Just ensure that the mountlist points to 'Ram:cdrom-handler' and not
  94.       'L:cdrom.handler' and that the icon points to 'Ram:Mount' as the mount
  95.       command on the NetworkCD is WB1.3 and is not suitable.
  96.  
  97.       The Mountlist file is...
  98.  
  99.    /* AmiCDROM filesystem */
  100.  
  101.    Handler = Ram:CD1/cdrom-handler
  102.    Stacksize = 10000
  103.    Priority = 10
  104.    GlobVec  = -1
  105.    Mount = 1
  106.    Startup  = "DEVICE=cd.device UNIT=0 ML T R"
  107.  
  108.       The version of Mount should be 38 or above (use 'Version Mount' to
  109.       check).
  110.  
  111.  
  112.  Q:   How do I stop my CD32 resetting when I take the CD-ROM out?
  113.  
  114.  A:   If you boot from CD-ROM, the CD32 resets when the lid is opened. You
  115.       can either run a program such as NoReset that disables this or boot
  116.       from another device, such as RAD, floppy, or hard drive.
  117.  
  118.  
  119.  Q:   How do I use my CD32 as a CD drive or slave drive for another computer?
  120.  
  121.  A:   Connect a serial link (buy a ready-made link or make your own - see the
  122.       diagram for the Aux port) between the CD32's Aux port and the other
  123.       computer. Then run either Sernet or Twin Express on the other computer
  124.       and the CD32. You'll have to find a bootable CD-ROM with one of these
  125.       programs on it and you may need to run NoReset unless Sernet and Twin
  126.       Express are on the same CD as the files you want to transfer.
  127.  
  128.  A:   If you have an interface attached that gives you a parallel port, you
  129.       can connect a parallel link between the CD32 and the other computer,
  130.       remembering to use a special Parnet cable and not a normal parallel
  131.       cable (otherwise you could easily fry everything). Run Parnet on the
  132.       other computer and the CD32. You'll have to find a bootable CD-ROM
  133.       with Parnet on it and you may need to run NoReset unless Parnet is on
  134.       the same CD as the files you want to transfer.
  135.  
  136.       ParNFS is a replacement for Parnet, with bug fixes for Workbench 2 or
  137.       above machines (that includes the CD32). It fixes the Dir, List, and
  138.       Directory Opus bugs.
  139.  
  140.  A:   You can use The Communicator. This is a link from the CD32's Aux port
  141.       to the Amiga and a CD-ROM with a series of utilities on it...
  142.  
  143.       Communicator...
  144.    Display text and graphics on the CD32.
  145.    Play Audio and Video CDs.
  146.    Transfer files to and from the CD32.
  147.  
  148.       Twin Express...
  149.    Serial file transfer program, Amiga and PC versions.
  150.  
  151.       Workbench...
  152.    Modified to allow the joypad to be used as a mouse.
  153.  
  154.       Photolite...
  155.    Display Kodak Photo CDs.
  156.  
  157.       Scala driver...
  158.    Allows Scala, running on another Amiga, to control the CD32.
  159.  
  160.       There are two versions available. The Communicator Lite doesn't have a
  161.       keyboard through port or MIDI in/out/thru.
  162.  
  163.  A:   There is a new version of The Communicator, with the original title of
  164.       The Communicator 2. Improvements to the previous version are...
  165.  
  166.       Virtual CD...
  167.    Appears to make more than one CD-ROM accessable to the host Amiga,
  168.    also stops resetting.
  169.  
  170.       File Transfers...
  171.    More reliable - Zmodem.
  172.    Faster - apparently it can reach up to 210000 baud.
  173.    More compatible - works better with ISO-9660 CDs.
  174.  
  175.       AGA Viewer...
  176.    View pictures and anims in any mode, including AGA.
  177.    Will also work for non-AGA machines.
  178.    Supports datatypes.
  179.  
  180.       Workbench...
  181.    A newer version (doesn't say which).
  182.  
  183.       Mediapoint driver...
  184.    Alows Mediapoint, running on another Amiga, to control the CD32,
  185.    including Audio and Video CDs.
  186.  
  187.       Hardware...
  188.    Added A2000/A3000 keyboard port.
  189.    Serial lead is DB25 to RJ10 (telephone) and is easier to remove.
  190.  
  191.       The Communicator Lite 2 doesn't have a keyboard through port, MIDI in/
  192.       out/thru, or status LEDs.
  193.  
  194.  
  195.  Q:   How do I attach a keyboard to my CD32?
  196.  
  197.  A:   IBM keyboards won't function without a custom add-on to translate IBM
  198.       keycodes to Amiga keycodes (the SX-1 has this).
  199.  
  200.       Plug in an Amiga keyboard into the CD32's Aux port. Amiga keyboards are
  201.       all exactly the same inside but just have a different case or plug on
  202.       the end of the lead, so you'll probably need an adaptor...
  203.    A500/+   Open up the case and build your own lead from the keyboard
  204.       ribbon to the CD32. The pinouts  are at the end of the FAQ.
  205.    A600  Not possible.
  206.    A1000 Build your own adaptor from RJ-11 to mini-din. The pinouts
  207.       are at the end of the FAQ.
  208.    A1200 Not possible.
  209.    A2000 Buy an AT to PS/2 keyboard adaptor from any PC clone shop and
  210.       plug that inbetween.
  211.    A3000 Buy an AT to PS/2 keyboard adaptor from any PC clone shop and
  212.       plug that inbetween.
  213.    A4000 No adaptor - just plug it in.
  214.    CDTV  Buy an adaptor - eg. from Almathera or MultiMedia Machine. Or
  215.       modify the CDTV keyboard yourself. The pinouts are at the end
  216.       of the FAQ.
  217.  
  218.  A:   Plug in an IBM keyboard into the SX-1's keyboard port. F11 and F12 are
  219.       used instead of the Left-Amiga and Right-Amiga keys. Print Screen is
  220.       used instead of the Help key.
  221.  
  222.  A:   Create a Parnet or Sernet link (see above) and run PNetKeys. This re-
  223.       directs all keyboard and mouse input from an Amiga window down the link
  224.       to the CD32. You'll have to run a version that does a 'Mount MOUSE:' on
  225.       the CD32 - no problem if you can create your own boot disk but it could
  226.       be if you're using a version from a CD-ROM.
  227.  
  228.  A:   Use Patrick Van Beem's CD32 Keyboard program. It's similar to PNetKeys
  229.       but it's smaller, faster, works over Twin Express or even by itself,
  230.       and converts controller input to mouse input. The program is shareware
  231.       - if you find it useful you should pay $5 or fl7.50. Patrick's Email
  232.       address is patrick@aobh.xs4all.nl.
  233.  
  234.  
  235.  Q:   How do I use my CD32 as a computer?
  236.  
  237.  A:   Use a SX-1. This has...
  238.    IBM-PC AT keyboard port.
  239.    9-pin serial port.
  240.    Amiga standard parallel port.
  241.    Amiga standard RGB port.
  242.    Amiga standard floppy drive (use an external drive as DF0:. For more
  243.             drives, daisy chain them from the first one).
  244.    2.5" internal IDE connector (drive fits inside the SX-1).
  245.    3.5" external IDE connector.
  246.    SIMM socket for up to 8 meg additional RAM (restricted to 4 meg if
  247.                 you intend to use the FMV cartridge too).
  248.    Audio input (karaoke).
  249.    Internal battery backed clock.
  250.    Pass through connector (for other devices, eg. FMV cartridge).
  251.  
  252.       If you add the SX-1, the Aux port will not work as a serial connection
  253.       any more, but you can still attach Amiga keyboards to it, even if you
  254.       have a PC keyboard plugged into the SX-1.
  255.  
  256.       Some external drives do not like the SX-1. Roctec and M3-A-1 drives are
  257.       a problem.
  258.  
  259.       If you use a file recovery program on the SX-1 disk, you'll get more
  260.       utilities.
  261.  
  262.       If you intend to have more than two devices attached to the SX-1, you
  263.       should think about getting a better power supply. These can be bought
  264.       separately, or you can modify another Amiga one (eg. A500) by replacing
  265.       the connector at the end of the lead.
  266.  
  267.       If you add extra memory to it, it should be at least 80ms fast.
  268.  
  269.  A:   Use a SX32. It's small so it fits *in* the CD32 like the MPEG module.
  270.       You have a parrallel, serial, floppy, RGB and VGA-Port. You can put a
  271.       2.5'' HD on it and a 2-8 MB PS/2 Simm module. Unfortunatly FMV cannot
  272.       be used with it. It is also rumoured to come with an A1200 manual. Apart
  273.       from that it fixes the voltage problems it is more or less like the
  274.       SX-1.
  275.  
  276.  A:   Use a CD32x. This is a 19" rack mounted system for CD32s used in
  277.       professional applications. It includes remote monitoring of CD32x
  278.       units, fault detection, and options for genlocking and MPEG. There are
  279.       connectors available for...
  280.    Networking.
  281.    RGB port.
  282.    Scart port.
  283.    Floppy port.
  284.    IDE connector.
  285.    Volume control.
  286.    Stereo input and output.
  287.    Internal battery backed clock.
  288.  
  289.       Mick Tinker of Index said that they're working on a home version of the
  290.       CD32x. The release date depends on when Escom starts selling the CD32
  291.       again.
  292.  
  293.  
  294.  Q:   What are the SX-1 jumper descriptions?
  295.  
  296.  A:   Jumper number...
  297.    1  OFF = If you have 1 or 4 megs.
  298.       ON  = If you have 2 or 8 megs.
  299.    2  OFF = If you have 1 or 2 megs.
  300.       ON  = If you have 4 or 8 megs.
  301.    3  OFF = If you have memory.
  302.       ON  = If you have no memory (or defeat autoconfig).
  303.    4  OFF = Normal boot time.
  304.       ON  = Add 10 seconds to boot time (for slow HDs).
  305.    5  OFF = If keyboard has two Alt keys.
  306.       ON  = If keyboard has no Right-Alt (Right-CTRL used instead).
  307.  
  308.  
  309.  Q:   How do I connect up an external 3.5" IDE drive to the SX-1?
  310.  
  311.  A:   Make your own connector using the pinouts given in the manual. There's
  312.       no +12V supply on the 37 pin IDE plug, but you can wire in your own
  313.       power supply or take the +12V supply from the floppy port instead.
  314.  
  315.  A:   Make a 2.5" to 3.5" conversion cable, and wire in your own power
  316.       supply. Conversion cables can be bought as part of A1200 3.5" kits.
  317.  
  318.  A:   Or you can buy a box (don't know the name) from Hi-Q that sits in place
  319.       of the SX-1's lid. It lets you plug in 3.5" IDE drives and it has a
  320.       better power supply. The cost is 129.95UKP without any drive.
  321.  
  322. +Q:   Sometimes I have problems with my SX-1 and CD32 setup, causing
  323.       freezing, and HD lock ups. They seems to be power related, how
  324.       do I solve these?
  325.  
  326. +A:   They are indeed power related, but it's voltage, not wattage.
  327.  
  328.     Garry Cardinal <cardinal@ARC.AB.CA> wrote:
  329.  
  330.     "My SX-1 enhanced CD-32 began hanging when I added an IDE drive to it.
  331.     When using the hd the system would suddenly freeze.  I had a 2Mb
  332.     SIMM installed, going to another SIMM or hard disk did not correct
  333.     the problem.  This was all independent of FMV card presence.
  334.  
  335.     My SX-1's strange behaviour persisted until I bypassed the
  336.     connections between the CD-32 power switch and the SX-1."
  337.  
  338.     I soldered a standard PC power supply female molex connector to the power
  339.     switch on the CD-32 (switched side) and soldered a standard male molex
  340.     connector to the SX-1 +12 and +5 power supply distribution system as close
  341.     as possible to the 2.5" hard disk connector and ram socket.
  342.  
  343.     (Of course, observe antistatic precautions. Those faint of heart, take
  344.      this text to a qualified service provider for the appropriate action. )
  345.  
  346.     When I was done, my problems disappeared.
  347.  
  348.     My configuration:
  349.  
  350.      CD-32
  351.      SX-1 (with extra switch for memory test jumper plugging DB25 hole)
  352.      20Mb Connor 2.5
  353.      4Mb 32 bit simm
  354.      FMV card
  355.      A500 Power Supply"
  356.  
  357.  Q:   How do I read Mac CD-ROMs?
  358.  
  359.  A:   Get aminet:/disk/cdrom/AmiCDROM-1.15.lha, unarchive it, use the
  360.       following options in the installer...
  361.    Device         cd.device
  362.    Unit        0.
  363.    Memory options    Use any memory available.
  364.    Other options     Use Rock Ridge names, if possible.
  365.             Use trackdisk.device instead of SCSI-direct.
  366.    Map filenames     Don't map filenames.
  367.    General buffers      5.
  368.    Read() buffers    5.
  369.    Diskchange time      3.
  370.    CD-DA icon command   None.
  371.    CD-DA icon position  Workbench chooses.
  372.    Configure Mac options   Yes.
  373.    Mac options    Convert Mac characters to Amiga characters.
  374.             Examine CD first for a HFS partition.
  375.    Data fork extension  Leave empty.
  376.    Rsrc fork extension  Leave empty.
  377.    AmigaDOS device name CD1:, MAC0:, whatever you like.
  378.    Automount      Yes: Mac CDs are recongnised all the time.
  379.             No: You must click on the Storage/DOSDrivers/
  380.             CD1 (or whatever) icon before using Mac CDs.
  381.  
  382.       Two icons will appear for each CD you insert - one is the CD32/CDTV/PC
  383.       partition and the other is the Mac partition. If there is no Mac
  384.       partition then both icons will be the same CD32/CDTV/PC partition.
  385.  
  386.  
  387.  Q:   Is there an RGB output on the CD32 to connect my multisync monitor?
  388.  
  389.  A:   There are easily accessable RGB signal test points on the CD32's
  390.       circuit board. The diagram is at the end of the FAQ. The SX-1 and CD32x
  391.       both have RGB connectors on them.
  392.  
  393.  A:   Peter Kittel wrote:
  394.       If you have the French version of the CD32, you have RGB at the S-Video
  395.       jack. In this case, this jack is no more of standard "Hosiden" type,
  396.       but is a Mini-DIN with 8 pins. The four extra pins carry R,G,B, and
  397.       CSync.
  398.  
  399.       <an159209@anon.penet.fi> wrote:
  400.       Cables (maybe with extra logic) are being sold in France, which allow
  401.       you to connect your CD32 to a 1084, presumably using that SCART-RGB
  402.       output.
  403.  
  404.  
  405.  Q:   Can Amiga 1200 trapdoor or PCMCIA expansions be used with CD32?
  406.  
  407.  A:   No. The CD32 does not have the same expansion connectors as the A1200.
  408.  
  409.  
  410.  Q:   Where can I find the programs mentioned above?
  411.  
  412.  A:   CD32 Keyboard              Patrick Van Beem
  413.       NoReset     Communicator (CDReboot OFF)   Eureka
  414.          Network CD        Weird Science
  415.          Video Creator *         Almathera
  416.       Parnet      Amiga CD! 3       AUI
  417.          Network CD        Weird Science
  418.       Photo CD reader   FolioworX Player     Olaf Barthel
  419.          Network CD        Weird Science
  420.          Photo CD Manager     Asimware
  421.          Photolite         Eureka
  422.       Sernet      Network CD        Weird Science
  423.       Twin Express   Amiga CD! 3       AUI
  424.          Network CD        Weird Science
  425.       Workbench 3.?  CDPD 3            Almathera
  426.          Demo 2            Almathera
  427.       Workbench 3.0  CDPD 4            Almathera
  428.          Lock 'n' Load        North West PD
  429.       Workbench 3.1  Demo Disc V2 *       Commodore
  430.          Legendry Design demo CD    Creative Computers
  431.  
  432.       For CDs marked with a *, you'll need to connect an Amiga mouse into
  433.       controller port 2, hold down both mouse buttons, and press the reset
  434.       button. You will be given a boot menu where you should boot with no
  435.       Startup-Sequence. Then use the keyboard to run the program wanted.
  436.  
  437.       If you want to run Workbench, you've already got Kickstart 3.1, so you
  438.       just need to get hold of the Workbench software. All of the versions
  439.       work work, but the later the version the better.
  440.  
  441.       The C= Demo Disc V2 is available from Claude Mueller - Email him for
  442.       prices. Claude's Email address is claude.mueller@hdclick.link-ch1.ch.
  443.  
  444.  
  445. [---- Emulating a CD32 -----------------------------------------------------]
  446.  
  447.  
  448.  Q:   Which machines stand a chance of running CD32 games?
  449.  
  450.  A:   You may get away with running shovelware stuff if you have an OCS or
  451.       ECS Amiga, but many CD32 games expect at least an '020, 2 meg of chip
  452.       RAM, and an AGA chipset - an A1200 or A4000.
  453.  
  454.       The A1200 might be more compatible than the A4000 - some programs may
  455.       fall over because of the differences in memory and CPUs.
  456.  
  457.  
  458.  Q:   What are the differences between the Archos, CD1200, CD4000, and
  459.       Squirrel CD drives?
  460.  
  461.  A:   The Archos drive uses the PCMCIA slot, emulates Akiko through software
  462.       (but as far as I know only Wing Commander uses it and that crashes,
  463.       hmm...), needs you to install the CD-ROM file system to your Workbench
  464.       before you can use the drive, needs a utility (supplied) to boot CD32
  465.       CDs, and doesn't have FMV capability.
  466.  
  467.       The CD1200 isn't available yet. It uses the A1200's trapdoor slot, has
  468.       Akiko, has Kickstart 3.1, boots straight from CD-ROM, and doesn't have
  469.       FMV capability.
  470.  
  471.       Peter Kittel wrote:
  472.       The CD1200 is a prototype CD-ROM drive for the A1200, which makes the
  473.       A1200 CD32-compatible. This is still in prototype, was shown on a few
  474.       fairs, and as of now it's uncertain whether it ever will get produced.
  475.       With it you get CD32 software compatibility, but no hardware
  476.       compatibility. Especially there is no chance to add the FMV cartridge
  477.       to it.
  478.  
  479.       The CD4000 isn't available yet. It's a card that fits into one of the
  480.       A4000's Zorro 3 slots and a CD drive that slides into a drive bay, has
  481.       Akiko, has Kickstart 3.1, boots straight from CD-ROM, and has FMV
  482.       capability.
  483.  
  484.       The Squirrel uses the PCMICA slot, doesn't appear to emulate Akiko,
  485.       needs you to install the CD-ROM file system to your Workbench before
  486.       you can use the drive, needs a utility (supplied) to boot CD32 CDs, and
  487.       doesn't have FMV capability. It's also a full SCSI interface. If you'd
  488.       like to add other SCSI devices (such as tape storage, scanners, etc...)
  489.       then it could be a better choice than the Archos. Also software updates
  490.       are regularly uploaded to Aminet (unlike Archos' where you have to try
  491.       to convince your dealer to give you a free copy).
  492.  
  493.  
  494.  Q:   What's good/bad about a CD drive using the PCMICA or trapdoor slots?
  495.  
  496.  A:   If your CD drive uses the PCMICA slot, you've got a RAM board in the
  497.       trapdoor slot, it's got more than 4 meg of fast RAM, and it doesn't
  498.       Autoconfig properly, then the drive may refuse to work or you could
  499.       lose all memory above the 4 meg barrier because the PCMCIA slot and the
  500.       memory both try to use the same address space. You could only use 4 meg
  501.       or you could ask your dealer for an upgrade.
  502.  
  503.       Some trapdoor accelerators don't Autoconfig properly either. Notably
  504.       Amitek, Blizzard, and GVP ones. Amitek offer a free upgrade to fix this
  505.       problem. The Blizzard 1230III and the GVP 1230 '030 boards work fine,
  506.       don't know about other Blizzard and GVP boards. All of the Microbotics
  507.       boards work.
  508.  
  509.       If your CD drive uses the trapdoor slot then you can kiss goodbye to
  510.       RAM expansions and accelerators.
  511.  
  512.  
  513.  Q:   What do I need to do to run a CD32 game if I don't have the Archos,
  514.       CD1200, CD4000, or the Squirrel CD drive?
  515.  
  516.  A:   If you have a SCSI CD drive then you can assign CD0: to the CD drive
  517.       (if it isn't already), assign the standard directories (C:, DEVS:,
  518.       ENVARC:, FONTS:, L:, LIBS:, S:, SYS:) across to the CD-ROM and execute
  519.       S:Startup-Sequence.
  520.  
  521.  A:   If you have a Parnet or Sernet link to a CD32 or CDTV, you can assign
  522.       CD0: to NET:CD0, assign the CD-ROM's name to NET:<name>, assign the
  523.       standard directories, then execute S:Startup-Sequence. It's slow
  524.       though, so if you have a big hard drive, it's probably better to go for
  525.       the next option...
  526.  
  527.  A:   It should be possible to copy all of the CD-ROM to your hard drive by
  528.       using a Parnet, Sernet, or Twin Express link to a CD32 or CDTV, assign
  529.       CD0: and the CD-ROM's name to the directory that you copied to, assign
  530.       the standard directories to the equivalent place on the hard drive, and
  531.       execute S:Startup-Sequence.
  532.  
  533.  A:   The game may have an icon to double click to run it. In that case you
  534.       don't need to assign or execute anything.
  535.  
  536.  A:   There's a program called Cache-CDFS that's distributed in Germany. It
  537.       works on the A1200 or A4000. It sits between the CD32 game and the
  538.       Amiga's SCSI, IDE, or PCMCIA CD-ROM drive. Most CD32 games should work
  539.       once it's installed, but there have been some problems reported with
  540.       NEC 3x CD drives. It's commercial. Nobody's said how good the emulation
  541.       is. You can contact the author, Oliver Kastl, by Email. Oliver's Email
  542.       address is 100447.3361@compuserve.com.
  543.  
  544.       Almathera are selling a bug-fixed and English language version. Video
  545.       Creator will also work once it's been installed.
  546.  
  547.  A:   There's another available, called CD-Boot. This works on the A1200 or
  548.       A4000. It sits between the CD32 game and Amiga's SCSI, IDE, or PCMCIA
  549.       CD-ROM drive. You can create config files for each CD. It's commercial.
  550.       One person said that the success rate was 2 out of 7 games. You can
  551.       contact the author, Thomas Kessler, by Email. Thomas' Email address is
  552.       kessler@fim.uni-erlangen.de.
  553.  
  554.  A:   This is a quick description made after reading Asimware's info sheet
  555.       (it's probably better to read the full thing for yourself if you're
  556.       interested before making up your mind):
  557.  
  558.       Asimware's AsimCDFS can emulate CDTVs and CD32s, but the how good it is
  559.       depends on the individual machine. But it also has a music CD player,
  560.       music CD support (so the music looks like AIFF, MAUD, and RAW files),
  561.       and Photo CD support (so the pictures look like normal IFF ILBM files).
  562.  
  563.  
  564.  Q:   What can go wrong?
  565.  
  566.  A:   Make sure the game can access lowlevel.library in LIBS:. If not, the
  567.       game can't use the CD32 joypad, or may not even work. If it can, you
  568.       can plug the CD32 joypad straight into the joystick port.
  569.  
  570.  A:   You may not be able to play the games that use the extra joypad buttons
  571.       properly if you don't have a joypad to press them with...
  572.  
  573.  A:   The game tries to use nonvolatile.library to save to the CD32's NVRAM.
  574.       Make sure that this can be accessed in LIBS: and you create a file
  575.       called "ENVARC:sys/nv_location" - a single line of text that is the
  576.       directory name of where you would like saved data to be stored.
  577.  
  578.  A:   The game could try to call some 3.1 functions that don't exist in 3.0.
  579.       Upgrading your Kickstart should fix this problem.
  580.  
  581.  A:   You won't hear any CD music. There's no way around this. Sometimes the
  582.       game may decide to keel over because it can't play the CD music.
  583.  
  584.  A:   The game tries to use Akiko. If you've upgraded to 3.1 and it still
  585.       goes wrong then there's no way around this.
  586.  
  587.  
  588.  Q:   Are there any incompatiblities when using an Archos CD drive?
  589.  
  590.  A:   Here's a list. If you've got an update, let me know and I'll put the
  591.       change in here...
  592.  
  593.       Work...
  594.    Alien Breed Special Ed. 7  Alien Breed T. Assault      11
  595.    Arcade Pool        11   ATR             11
  596.    Banshee        7   11  Brutal Sports Football   7
  597.    Bubba 'n' Stix    7  Bubble 'n' Squeak 7
  598.    Chaos Engine      7  D/Generation      7   11
  599.    Defender of the Crown 2 7  Diggers        7
  600.    Emerald Mines     7   11   Fields of Glory          11
  601.    Fire and Ice          11   Flink           11
  602.    Fly Harder         11   Frontier    7
  603.    Heimdall 2     7  Microcosm      7
  604.    Labyrinth of Time 7  Lemmings        11
  605.    Lost Vikings          11   Oscar       7   11
  606.    Overkill/Lunar C      11   Pinball Fantasies     11
  607.    Rise of the Robots   7  Roadkill        11
  608.    Sabre Team         11   Sensible Soccer      7
  609.    Super Stardust        11   Superfrog      7   11
  610.    The Clue        11   Trolls             11
  611.    UFO             11   Ultimate Body Blows      11
  612.    Zool 1         7  Zool 2         7
  613.  
  614.       Works with a bit of messing around...
  615.    Arabian Nights        11   Disable fast RAM
  616.    Beneath a Steel Sky      11   Use a Joypad in port 1
  617.    Microcosm          11   Load from Workbench
  618.    Jungle Strike         11   Disable fast RAM
  619.    Kid Chaos          11   Switch music off
  620.    Quick Thunder Rabbit     11   Disable fast RAM
  621.    Zool 2             11   Switch music off
  622.  
  623.       Sort of works...
  624.    Guardian    7  Crashes after one game
  625.    Project-X      7  Crashes after a few levels
  626.    Ultimate Body Blows  7  Crashes after one game
  627.  
  628.       Doesn't work...
  629.    Alfred Chicken        11   Battle Chess      7  
  630.    Beavers            11   Cannon Fodder         11
  631.    Chaos Engine          11   Chuck Rock 1          11
  632.    Chuck Rock 2      7  Defender of the Crown       11
  633.    Diggers        7  Disposable Hero          11
  634.    Fire Force         11   Frontier        11
  635.    Global Effect     7  Guardian        11
  636.    Gunship 2000      7  Impossible Mission 2025 7
  637.    James Pond 3      7  Lemmings    7
  638.    Lotus Trilogy     7  Liberation         11
  639.    Litil Devil        11   Nick Faldo's Golf     11
  640.    Nigel Mansell         11   Morph       7
  641.    Out to Lunch          11   Pinball Illusions     11
  642.    Pirate's Gold     7   11   Ryder Cup Challenge  7
  643.    Simon The Sorcerer   7   11   Sabre Team     7
  644.    Soccer Kid         11   Striker        7   11
  645.    Super Putty    7  Universe        11
  646.    Video Creator     7  Wembley International   7   11
  647.    Whale's Voyage        11   Wing Commander    7   11
  648.  
  649.       The numbers are for the version of the software. Some work on 7 but not
  650.       11, some work on 11 but not 7. There's nothing listed for version 9 at
  651.       the moment, but if it works on 7 or 11 then it maybe it could work on
  652.       9, and if it works on 7 and 11 then it definately should work on 9.
  653.       There's no version 8 or 10. Anyone confused? Good.
  654.  
  655.  A:   Also check out the Archos Overdrive home pages. Have a look in the
  656.       Internet section for details.
  657.  
  658.  
  659. [---- Software developers --------------------------------------------------]
  660.  
  661.  
  662.  Q:   Are there any licence agreements that have to be made to produce CD32
  663.       software?
  664.  
  665.  A:   The first real problem is in making a bootable CD32 disc. This requires
  666.       special software and license/royalty agreements which were available
  667.       from the C= developer programs.
  668.  
  669.       Developers who obtained these rights before the C= liquidation may be
  670.       able to master the CD-ROMs with the appropriate boot/system files, for
  671.       you - as your publisher.
  672.  
  673.       On the other hand, now that the C= liquidation is over, you should be
  674.       able to apply for your own developer status and publish your own CDs.
  675.  
  676.       Escom are the new owners. It seems they're only going to market the
  677.       CD32 as a set-top box, but they could start making more early 1996 or
  678.       do a proper Amiga CD system.
  679.  
  680.  
  681.  Q:   How do I master my own CDs?
  682.  
  683.  A:   This is a quick description made after reading Asimware's info sheet
  684.       (it's probably better to read the full thing for yourself if you're
  685.       interested before making up your mind):
  686.  
  687.       Asimware's Master ISO costs US $550.00/CDN $720.00 and works on an
  688.       Amiga with Workbench 3, a SCSI controller, 1.3 gig of HD space, 16 meg
  689.       of RAM, and a CD recorder. It can create ISO 9660 CD-ROMs with 8.3 and
  690.       long file names from one or more volumes, Music CDs (Red Book) from
  691.       CDDA, MAUD, or AIFF files, and CDs which are a mixture of the two. It
  692.       can also make CDTV and CD32 bootable CDs (you need a developer licence
  693.       though). It supports Yamaha CDR100, Pinnacle RCD-202, Philips CDD-521,
  694.       and CDD-522 CD recorders.
  695.  
  696.  
  697.  Q:   What are the authoring capabilities available for the CD32?
  698.  
  699.  A:   Theoretically, any standard Amiga development tools for AGA machines
  700.       should be useful for developing applications that run on a CD32. This
  701.       would include Multimedia tools with freely distributable players, C
  702.       compilers, assemblers, etc.
  703.  
  704.  
  705.  Q:   What are the popular development tools?
  706.  
  707.  A:   Popular Multimedia authoring packages for the Amiga include...
  708.    AmigaVision Professional   CanDo
  709.    HELM           Interplay
  710.    SCALA Multimedia
  711.  
  712.       Popular C compilers include...
  713.    DICE           GNU C
  714.    SAS/C
  715.  
  716.       Popular 68K assemblers include...
  717.    DevPacIII         Macro68
  718.  
  719.       Popular image manipulation software include...
  720.    AdPro          ImageF/X
  721.    ImageMaster
  722.  
  723.       Popular music related software include...
  724.    AudioMasterIV        Bars&Pipes Pro
  725.    Deluxe Music 2       MusicX
  726.    OctaMED professional    Sonix
  727.    SuperJAM!         Trackers - too many to mention
  728.  
  729.       Popular 3D modelling software include...
  730.    Caligari       Imagine
  731.    LightWave (Video Toaster)  Real3D
  732.  
  733.       Popular 'video painting' programs include...
  734.    Brilliance        Deluxe Paint IV AGA
  735.    DCTV Paint        EGS Paint
  736.    Opal Paint        TV Paint
  737.    XI Paint
  738.  
  739.       Contact the software company involved with your favourite authoring
  740.       software for more information regarding CD32 specific development.
  741.  
  742.  
  743. [---- Pinouts --------------------------------------------------------------]
  744.  
  745.  
  746.       CD32 Aux port...        View straight on. 6 pin mini-din.
  747.                Female type. Combined kboard/serial.
  748.    1  I / O  Keyboard data        _ _
  749.    2      O  Serial transmit    .' V `.
  750.    3    Ground     / 6   5 \
  751.    4    +5V DC    | 4  O  3 |
  752.    5 (I)/ O  Keyboard clock   `-. 2 1 .-'
  753.    6  I    Serial receive    `-----' Shield
  754.  
  755.    Written by Klaus Hegemann, posted as part of 'CD32 expansion port
  756.    info' by Anders Stenkvist in comp.sys.amiga.hardware, forwarded by
  757.    Michael King.
  758.  
  759.    If you wire up a keyboard and get characters constantly appearing on
  760.    the screen then you've wired up the keyboard clock and data pins the
  761.    wrong way around.
  762.  
  763.    There are no RTS/CTS pins for high speed modems.
  764.  
  765.    The serial pins are at 0/5V, if the computer you're connecting it to
  766.    has a different voltage (eg. the Amiga serial port's pins are at
  767.    +/-12V) then you need a level converter between the two.
  768.  
  769.    The serial pins may not be properly buffered to use safely with some
  770.    external devices. You could damage your CD32 if you try to hook them
  771.    up without an external buffer. A diagram of a buffer is given in the
  772.    posting mentioned above.
  773.  
  774.  
  775.       CD32 combined SCART/RGB port (only on French CD32s)...
  776.  
  777.    Well, first you must make sure that you really have the 8-pin version
  778.    of that S-Video connector (mini-DIN), this is only existant on the
  779.    French version of the CD32. Now if that's ok, then here is the
  780.    pinout:
  781.  
  782.    1=Red, 2=Blue, 3=Audio (L or R, don't know), 4=Green, 5=Audio (L or
  783.    R), 6=Luminance, 7=CSync, 8=Chroma
  784.  
  785.    Taken from an Email by Peter Kittel, forwarded by Olivier Cremel.
  786.  
  787.  
  788.       CDTV keyboard connector...
  789.  
  790.    1    Ground
  791.    2  I / O  Keyboard data
  792.    3 (I)/ O  Keyboard clock
  793.    4    +5V DC
  794.    5    Unused
  795.  
  796.    To modify the CDTV keyboard to connect to the CD32...
  797.  
  798.    Cut the plastic pin from the connector.
  799.    Open the case.
  800.    Find the connector where the cable is located.
  801.    Switch leads 1-4 and 2-3.
  802.    Close the case.
  803.  
  804.    Taken from a posting by Paul van der Heu.
  805.  
  806.  
  807.       A500 keyboard connector...          * = link
  808.  
  809.    1  black  Keyboard clock            --------
  810.    2  brown  Keyboard data        A500 keyboard cable ---> 12345678
  811.    3  red     Res                --------
  812.    4  orange +5V DC              ||||||||
  813.    5  yellow Unused        5 --------------*| | |
  814.    6  green  Ground        1 ---------------* | |
  815.    7  blue    Power LED       4 -----------------* |
  816.    8  violet Disk LED         3 -------------------*
  817.                         ||||||||
  818.    Connect like this...             --------
  819.             A500 motherboard connector ---> 12345678
  820.    A500  CD32                 --------
  821.    1  5
  822.    2  1
  823.    4  4
  824.    6  3
  825.  
  826.    Taken from an Email by Kimmo Veijalainen.
  827.  
  828.  
  829.       A1000 keyboard connector...
  830.  
  831.    1    +5V DC    Viewed looking straight on into
  832.    2 (I)/ O  Keyboard clock   socket. RJ11 connector. Female.
  833.    3  I / O  Keyboard data             _
  834.    4    Ground           _| |_
  835.                    __|     |__
  836.                   |           |
  837.                   |           |
  838.                   |           |
  839.                   |__|_|_|_|__|
  840.  
  841.                      1 2 3 4
  842.  
  843.    Usual stuff: I'm not responsible for blowing up Ami, etc; use at own
  844.    risk, etc, etc. Having said this, it did work for me. :)
  845.  
  846.    Ref's used: Amiga Hardware Reference Manual (A1000) & the good ol'
  847.    CD32-FAQ.
  848.  
  849.    Taken from an Email by Chris Naylor.
  850.  
  851.  
  852.       CD32 power port...      View straight on. 4 pin din.
  853.                   _ _
  854.    1 +5V           .' V `.
  855.    2 +12V             |1   2|
  856.    3 Ground        `.3 4.'
  857.    4 Unknown           `---' Shield
  858.  
  859.    Put a ground jumper from pin 3 to the shield.
  860.  
  861.    You can modify another Amiga power supply (eg. A500) for this by
  862.    replacing the connector at the end of the lead.
  863.  
  864.    Taken from a posting by Michael Litchfield.
  865.  
  866.  
  867.       CD32 RGB signals...
  868.  
  869.    The RGB signals are available from a test port, TP9...
  870.  
  871.    | |  | <--- Kickstart ROM     .-.   Desc  Equiv pin #s
  872.    | |  |               |o|
  873.    | |  |               |o|
  874.    | `--' .----. <--- Akiko      |o|
  875.    |      |    |           |o|   HSync 159
  876.    |      |    |    : <--- TP9      |o|   VSync 160
  877.    |      `----'     :        |o|   Red   163 and 164
  878.    |       ..        :O.--.      |o|   Green 165 and 166
  879.    `-------'`----------'  |      |o|   Blue  167 and 168
  880.    ^         ^  `-------      |o|   CSync 157
  881.    |         |       |o|   Ground   161 and 162
  882.    Expansion port     Pin 182    `-'
  883.  
  884.    The RGB signals come from the D/A conversion unit and lead directly
  885.    to the expansion port. These signals are, however, not amplified. In
  886.    addition they are weakened by the S-Video output unit.
  887.  
  888.    As a result I (aim to) insert a 47 Ohm resistor to each colour signal
  889.    connection. You may also reduce the load by interrupting the signal
  890.    supply to the S-Video unit. Set pin 174 of the expansion port to GND
  891.    to achieve that (174 --> u36 (4066) signal switches).
  892.  
  893.    The sync signals connected to the expansion port are unbuffered. As
  894.    a result you may re-synchronize your Amiga by an external tact
  895.    source. You schould at least buffer the CSync line; there is no
  896.    external synchronisation possible on this pin.
  897.  
  898.    Hint: make use of an XOR gate chip. You may negate certain sync
  899.    line(s) to adapt your Amiga to (old? :-( ) multiscan-monitors (the
  900.    A4000 monitor adapter box will do the same; without the possibility
  901.    of selected negation).
  902.  
  903.    Written by Klaus Hegemann, posted as part of 'CD32 expansion port
  904.    info' by Anders Stenkvist in comp.sys.amiga.hardware, forwarded by
  905.    Michael King.
  906.  
  907.  
  908. [---- Addresses ------------------------------------------------------------]
  909.  
  910.  
  911.       Almathera,     Video Creator, keyboards, serial adaptor kit,
  912.       Southerton House,    Cache-CDFS (a CD32 emulator).
  913.       Boundary Business Court,   Phone: +44 (0)181 687 0040
  914.       92-94 Church Road,     Fax: +44 (0)181 687 0490
  915.       Mitcham,       Email: jralph@cix.compulink.co.uk (technical)
  916.       Surrey,               almathera@cix.compulink.co.uk  (sales)
  917.       CR4 3TD,
  918.       England.
  919.  
  920.       Amiga CD32 Magazine, Phone: +44 (0)1225 442244
  921.       Future Publishing,     Fax: +44 (0)1225 318740
  922.       30 Monmouth Street,  Email: amformat@cix.compulink.co.uk
  923.       Bath,              amformat@futurenet.co.uk
  924.       Avon,        http://www.futurenet.co.uk/
  925.       BA1 2BW,
  926.       England.
  927.  
  928.       Amiga Game Zone,     Phone: +1 (217) 344 3478
  929.       103 W. California,     Fax: +1 (217) 344 3478
  930.       Urbana,        Email: gamezone@prairienet.org
  931.       IL 61801,          http://uxa.cso.uiuc.edu/~razmataz/agz.html
  932.       USA.
  933.  
  934.       Amiga User International,  Phone: +44 (0)171 487 1076/1072
  935.       48 George Street,      Fax: +44 (0)171 224 0547
  936.       London,        Email: amigauser@cix.compulink.co.uk
  937.       W1H 5RT,              gary@auimag.demon.co.uk
  938.       England.
  939.  
  940.       Asimware,         AsimCDFS, Master ISO, Photo CD Manager.
  941.       600 Upper Wellington St,   Phone: Canada (905) 578 4916
  942.       Unit D,          Fax: Canada (905) 578 3966
  943.       Hamilton,
  944.       Ontario,
  945.       L9A 3P9,
  946.       Canada.
  947.  
  948.       Brian Fowler Computers, Distributes communicator and other things.
  949.       11 North Street,     Phone: +44 (0)1392 499755
  950.       Exeter,          Fax: +44 (0)1392 423480
  951.       Devon,         Hours: Mon-Sat 9:30-6:30 GMT
  952.       EX4 3QS,       Email: brian_fowler@cix.compulink.co.uk
  953.       England.
  954.  
  955.       DCE Computer Service,     Distributes the SX32 for 400DM.
  956.       Kellenbergerstrasse 19a,  Phone: +49 208633151
  957.       46145 Oberhausen,           Fax: +49 208630496
  958.       Germany.
  959.  
  960.       Direct Computer Supplies,  Cheap Parnet/null modem/etc... cables.
  961.       36 Hope Street,      Phone: +44 (0)1782 642497
  962.       Hanley,
  963.       Stoke On Trent,
  964.       ST1 5BS,
  965.       England.
  966.  
  967.       Epic Marketing,      A4000 keyboards, probably sold out by now.
  968.       Victoria Centre,     Phone: +44 (0)1793 490988
  969.       138-139 Victoria Road,
  970.       Swindon,
  971.       Wilts,
  972.       SN1 3BU,
  973.       England.
  974.  
  975.       Eureka, Frank Hoen,  Communicator, Communicator 2, Photolite.
  976.       Adsteeg 10,    Phone: +31 (463) 70800
  977.       6191 PX Beek (L),      Fax: +31 (463) 60188
  978.       The Netherlands.     Email: hoen@iaehv.iaehv.nl
  979.  
  980.       Goldtech Computer Systems,CD Gold magazine.
  981.       67 Turner Road,
  982.       Walthamstow,
  983.       London,
  984.       E17 3JG,
  985.       England.
  986.  
  987.       Hi-Tech.       Took over Paravision/Microbotics.
  988.             But Jaytron does SX-1 support.
  989.             Phone: +1 (805) 681 9961
  990.  
  991.       Index Information Ltd,  CD32x.
  992.       60 High Street,      Phone: +44 (0)1256 703426
  993.       Odiham,          Fax: +44 (0)1256 701023
  994.       Hampshire,     Email: index@cix.compulink.co.uk
  995.       RG25 1LN,
  996.       England.
  997.  
  998.       Jaytron.       SX-1 support.
  999.             Phone: +1 (214) 644 1689 (Michael Miller)
  1000.               Fax: +1 (214) 669 0021
  1001.  
  1002.       Multimedia Machine,  CDTV -> CD32 keyboard adaptors,
  1003.       59 Bridgeman Place,  SX-1/drive/keyboard bundle.
  1004.       Bolton,        Phone: +44 (0)1204 387410
  1005.       BL2 1DE,         Fax: +44 (0)1204 380952
  1006.       England.
  1007.  
  1008.       North West PD,    Lock 'n' Load, other CD32 software.
  1009.       PO Box 1617,      Phone: +1 (206) 351 9502
  1010.       Auburn,
  1011.       WA 98071-1617,
  1012.       USA.
  1013.  
  1014.       Optonica,         Interplay - authoring system, Insight CDs.
  1015.       1 The Terrace,    Phone: +44 (0)1455 558282
  1016.       High Street,        Fax: +44 (0)1455 559386
  1017.       Lutterworth,
  1018.       Leics,
  1019.       LE17 4BA,
  1020.       England.
  1021.  
  1022.       Paragon Publishing Ltd, CD32 Gamer.
  1023.       Durham House,     Phone: +44 (0)1202 299900
  1024.       124 Old Christchurch Rd,    Fax: +44 (0)1202 299955
  1025.       Bournemouth,
  1026.       BH1 1NF,
  1027.       England.
  1028.  
  1029.       Stefan Ossowski's    CD-Boot (a CD32 emulator).
  1030.        Schatztruhe GmbH,   Phone: +49 (0)201 788778
  1031.       Veronikastr. 33,       Fax: +49 (0)201 798447
  1032.       D-45131 Essen,    Email: stefano@tchest.e.eunet.de
  1033.       Germany.
  1034.  
  1035.       Weird Science,    Network CD, Sernet cables.
  1036.       1 Rowlandson Close,  Phone: +44 (0)116 234 0682
  1037.       Bracken Field Chase, Email: david@weirdscience.co.uk
  1038.       Leicestershire,
  1039.       LE4 2SE,
  1040.       England.
  1041.